public class GxCellEditorPopupSelect
extends GxCellEditorSelect
Simple editors that use the standard HTML select tag.
It is same as GxCellEditorSelect but as popup.
The standard HTML select to behave oddly in the grid. This is because the browser doesn't have a great API for opening and closing the selected popup.
We advise that you don't use it unless you have to - that is we advise against GxCellEditorPopupSelect as they give poor user experience, especially if using keyboard navigation.
If using Enhanced grid, you should use the provided GxCellEditorRichSelect.
#Enterprise
Modifier and Type | Method and Description |
---|---|
static BBjString | getCellEditorName() {@inheritDoc} |
public static BBjString getCellEditorName()